home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / v cisle / winpooch / Winpooch-0.6.6.exe / {app} / FAQ < prev    next >
Text File  |  2006-10-01  |  7KB  |  192 lines

  1.             Winpooch - F.A.Q
  2.             ****************
  3.  
  4. Author        Benoit Blanchon
  5. Date        15/08/2006
  6. Web site    http://www.winpooch.com/
  7.  
  8.  
  9. 1. Why does the main menu looks badly ?
  10. 2. What is the "feign" reaction ?
  11. 3. What is the difference between types "Path" and "Wildcards" ?
  12. 4. How can I contribute to this project ?
  13. 5. Where can I find help on Winpooch ?
  14. 6. What if I use ProcessGuard ?
  15. 7. Is Windows 64 supported ?
  16. 8. What are the differences with another anti-spyware ?
  17. 9. Can Winpooch slow down my computer ?
  18. 10. Is Winpooch an ultimate security solution ?
  19. 11. How can I uninstall Winpooch ?
  20. 12. How can I compile Winpooch ?
  21.  
  22.  
  23. 1. Why does the main menu looks badly ?
  24. =======================================
  25.  
  26. This may be because of your display configuration.
  27. Are you using a 16-bits display ?
  28. If so, you should switch to 32-bits.
  29. Winpooch looks really better with a 32-bits resolution.
  30.  
  31.  
  32. 2. What is the "feign" reaction ?
  33. =================================
  34.  
  35. When Winpooch feigns an action, it simply tell the application that 
  36. the requested action has succeeded, but in reality no action is 
  37. performed.
  38.  
  39. In programming terms, this means that Winpooch returns a value
  40. indicating no error but doesn't execute the real function.
  41. This is opposed to the "reject" feature : in this mode Winpooch
  42. returns a value indicating an error, which means that the calling
  43. programs knows that the function failed.
  44.  
  45. In some cases, the "feign" reaction can be the same as "reject".
  46.  
  47.  
  48. 3. What is the difference between types "Path" and "Wildcards" ?
  49. ================================================================
  50.  
  51. These two types are quite similar : you can use wildcards character
  52. (? and *) with both.
  53. The difference is that "Path" considers the parameter as a file path
  54. (ie it takes care of slashes) whereas "Wildcards" considers the 
  55. parameter a a plain characters string.
  56.  
  57. This difference has the following effect : "Path" don't check 
  58. sub-directories whereas "Wildcards" check subdirectories.
  59. Is it clear ?
  60.  
  61. No ? OK, let's take a simple example.
  62. You want to check the following pattern :
  63. "C:\Windows\*.dll"
  64. but you hesitate between "Path" and "Wildcards" types.
  65. With the "Path" type, you will only catch DLL files in the Windows
  66. directory, like C:\Windows\Hello.dll.
  67. With the "Wildcards" type, you will also catch DLL files in the
  68. sub-directories, like C:\Windows\System32\Hello.dll.
  69.  
  70.  
  71. 4. How can I contribute to this project ?
  72. =========================================
  73.  
  74. We are looking for :
  75. - translators 
  76. - testers
  77. - doc writers
  78. Please don't write to ask to contribute as a developer, we are not
  79. looking for developers.
  80.  
  81. If you want to contribute as a translator or as a tester, please 
  82. register to the corresponding mailing list and post a request for help.
  83.  
  84. If you are an experienced user of Winpooch, you can help new users
  85. by answering questions on the mailing list "Winpooch-users".
  86.  
  87. Use this page to register to one or more list :
  88. http://sourceforge.net/mail/?group_id=122629
  89.  
  90.  
  91. 5. Where can I find help on Winpooch ?
  92. ======================================
  93.  
  94. We know Winpooch lacks documentations.
  95. If you have a question about Winpooch and you can't find the answer in
  96. this FAQ, you can submit your question to the mailing list "Winpooch-users"
  97. at the address winpooch-users@lists.sourceforge.net
  98.  
  99.  
  100. 6. What if I use ProcessGuard ?
  101. ===============================
  102.  
  103. ProcessGuard is a program that also use API hooking to spy programs.
  104. You need to configure ProcessGuard correctly to make Winpooch works
  105. properly. Set the following configuration for Winpooch.exe :
  106. - Uncheck "Protect this application from modification"
  107. - Check "Authorize this application to modify protected applications"
  108.  
  109. Normally, Winpooch will detect ProcessGuard and display a warning
  110. the first time you run it.
  111.  
  112.  
  113. 7. Is Windows 64 supported ?
  114. ============================
  115.  
  116. Only 32-bit versions of Windows are currently supported.
  117. Windows 64 will be supported in the future.
  118.  
  119.  
  120. 8. What are the differences with another anti-spyware ?
  121. =======================================================
  122.  
  123. Many anti-spywares work like an anti-virus : they scan the memory and
  124. hard drives and look for know signatures. When they recognize a signature,
  125. they consider the file to be a virus. This means that all signatures 
  126. have to be registered in a database. If a new virus is not yet registered
  127. in the database, it will not be detected.
  128.  
  129. Winpooch uses a completely different approach : as a watchdog, it watches
  130. program and detect when a suspicious action is done. Winpooch uses filters
  131. so a to prevent dangerous actions : with default filters, most of the
  132. sensible points used by spywares are protected (mainly start-up techniques).
  133.  
  134. That's why we recommend to use an anti-virus in addition to Winpooch.
  135. For a completely open-source security solution, you should consider to
  136. install ClamWin + Winpooch. You can configure Winpooch so it'll use
  137. ClamWin and scan every executable file before allowing it to run.
  138.  
  139. We also advice you to install Winpooch on a healthy computer because
  140. Winpooch can easily prevent spywares and adwares from installing, but
  141. can't destroy them.
  142.  
  143.  
  144. 9. Can Winpooch slow down my computer ?
  145. =======================================
  146.  
  147. It's the drawback of any security system : they all slow down the computer.
  148. Winpooch can significantly slow functions it hooks, but we chose to hook
  149. only functions which are not time-critical.
  150.  
  151. The impact of Winpooch on the computer speed depends on the filters you
  152. configured : the more rule there are, the slower the computer is.
  153. That's because Winpooch needs to check each rule one-by-one, so when they
  154. are many rule, it can be longer than when just a few rule have to be checked.
  155.  
  156. If you use an antivirus with Winpooch, it will significantly slow down your
  157. computer (as with every antivirus) because files will be scanned on-the-fly.
  158.  
  159.  
  160. 10. Is Winpooch an ultimate security solution ?
  161. ===============================================
  162.  
  163. Of course not !
  164. Winpooch can significantly improve the security of your system but there is
  165. no ultimate security solution.
  166.  
  167. Since version 0.6.0, Winpooch become a real on-access (real-time) antivirus.
  168. This means that each time a file is read, it is scan by the antivirus.
  169. For now, there is no "on-write" scan, but only "on-read".
  170.  
  171. To increase security, you should update Winpooch frequently.
  172. You should also update your antivirus.
  173. If you use the antivirus integrated to Winpooch, its database are updated
  174. automatically every 3 hours (of course if your internet access is working).
  175.  
  176.  
  177. 11. How can I uninstall Winpooch ?
  178. ==================================
  179.  
  180. To uninstall Winpooch, you need to shut it down first.
  181. To do this, right-click on the tray icon and then click "shutdown".
  182. Now you can uninstall it by launching the uninstaller.
  183.  
  184.  
  185. 12. How can I compile Winpooch ?
  186. ================================
  187.  
  188. To compile winpooch, you will need :
  189. - MinGW environment : http://www.mingw.org/
  190. - FreeImage library : http://freeimage.sourceforge.net/
  191. - Libclamav library : http://www.clamav.net/
  192.